home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AOL File Library: 9,300 to 9,399
/
9300.zip
/
AOLDLs
/
Helper Apps (MAC)
/
HTML_ BBEdit Lite 4.0
/
BBEdit Lite 4.0.sit
/
BBEdit Lite 4.0
/
BBEdit Lite 4.0.rsrc
/
gPA2_1024_Default Patterns.txt
< prev
next >
Wrap
Text File
|
1996-12-18
|
794b
|
30 lines
# (decoded with TMPL 135)
Number of Patterns: (7 entries)
0:
Title: 'Pascal Comment to C Comment'
Search Pattern: '{([^}]*)}'
Replace Pattern: '/* \1 */'
1:
Title: 'C++ Comment to C Comment'
Search Pattern: '//(.*)'
Replace Pattern: 'w'
2:
Title: 'Space Runs to Tabs'
Search Pattern: ' +'
Replace Pattern: '\t'
3:
Title: 'C Function Header'
Search Pattern: '^[^ \t#\r/@][^\r]*\([^\r]*\)$'
Replace Pattern: ''
4:
Title: 'C Comment to Pascal Comment'
Search Pattern: '/\*([^\r]*)\*/'
Replace Pattern: '{\1}'
5:
Title: 'Shift Variables Right'
Search Pattern: '(.*)(\t\t*)(.*)'
Replace Pattern: '\1\2\t\3'
6:
Title: 'Shift Variables Left'
Search Pattern: '(.*)(\t)(\t*)(.*)'
Replace Pattern: '\1\3\4'